* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #e8eef78a !important;
}

.whole-page-wrapper {
    background-image: url("../Assets/E-70.png");
    background-position: center;
    background-size: contain;
    max-width:3200px;
    margin-left:auto;
    margin-right:auto;
}

.hero-image-div {
    position: relative;
    text-align: center ;
}

.hero-image-div img {
    object-fit: cover;
    min-height: 300px;
    max-height: 1160px;
}

.hero-image-div .hero-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 6px black;
    color: white;
}

.description-header {
    color: white;
    background-color: #d26e63;
    padding: 15px 0 15px 0;
    box-shadow: 0px 7px 10px 4px rgb(167 157 157 / 70%);
}

.description-section {
    text-align: center;
    background-image: url('../Assets/E-93.png');
    background-size: cover;
    height: 420px;
    z-index: 0;
    position: relative;
    background-position: bottom;
}

.description-section .text-div {
    position: relative;
    text-align: center;
    z-index: 1;
    max-width: 80ch;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 20px 0 20px;
    color:#1c2f4d;
}

.drop-element {
    height: 37px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.description-div-text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
    max-width: 1100px;
    color: #1c2f4d;
    padding: 50px 30px;
    border: 2px solid #1c2f4d;
    border-radius: 20px;
    background-color: #b7cdef8a;
}

.description-div-text i {
    transform: translateX(-5px);
    color:#2e6295;
}

.description-div-text h2,
.description-div-text ul {
    margin-bottom: 20px !important;
}

.registration-section {
    margin:100px auto;
}

.registration-section h2 {
    text-align: center;
    font-size: 38px;
    color: #1d477c
}

.registration-section button {
    margin: 80px auto 0px auto;
    font-family: 'Poppins', serif;
    font-size: 32px;
    display: block;
    width: 300px;
    height: 70px;
    background-color: #f7c851;
    color: white;
    transition: .5s ease;
    border: 1px solid transparent;
}

.registration-section button:hover {
    background-color: transparent;
    border: 1px solid #f7c851;
    color: #f7c851;
}

.description-div {
    margin-top: 100px;
    margin-bottom: 150px;
}

.main-content {
    background-image: url('../Assets/Why_Orca_Kids/wave-bg3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-img-div lottie-player,
.bottom-img-div lottie-player {
    max-width: 500px;
    margin:auto;
}

@media screen and (min-width: 2350px) {
    .description-section {
      height: 450px;
    }
}

@media screen and (max-width: 1200px) {
    .description-section {
        height: 330px;
    }

    .registration-section button {
        font-size: 26px;
        width: 260px;
        height: 55px;
    }

    .registration-section h2 {
        font-size: 34px;
    }

    .description-div {
        margin-top: 50px;
        margin-bottom: 75px;
    }

    .top-img-div lottie-player,
    .bottom-img-div lottie-player {
        max-width: 420px;
    }
}

@media screen and (max-width: 991px) {
    section .description-text-div {
        margin-bottom: 50px;
        padding: 0 30px 0 30px;
    }

    .description-section {
        height: 320px;
    }

    .fishes-section {
        min-height: 250px;
    }

    .top-img-div lottie-player,
    .bottom-img-div lottie-player {
        max-width: 380px;
    }
}

@media screen and (max-width: 568px) {
    .form-section button {
        font-size: 22px;
        width: 250px;
        height: 50px;
    }

    .description-section {
        height: 300px;
    }

    .registration-section button {
        font-size: 22px;
        width: 200px;
        height: 45px;
        margin-bottom: 25px;
    }

    .registration-section h2 {
        font-size: 30px;
    }

    .top-img-div lottie-player,
    .bottom-img-div lottie-player {
        max-width: 320px;
    }
}

@media screen and (max-width: 530px) {
    .description-section {
      height: 400px;
    }
}

@media screen and (max-width: 437px) {
    .hero-image-div img {
        min-height: auto;
    }

    .top-img-div lottie-player,
    .bottom-img-div lottie-player {
        max-width: 270px;
    }
}

@media screen and (max-width: 367px) {
    .description-section {
      height: 460px;
    }
}








